home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / gdb-4.12 / gdb / defs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-05  |  473 b   |  16 lines

  1. *** orig/gdb-4.12/gdb/defs.h    Tue Jul 26 00:29:42 1994
  2. --- src/gdb-4.12/gdb/defs.h    Tue Jul 26 00:30:00 1994
  3. ***************
  4. *** 610,617 ****
  5. --- 610,619 ----
  6.   extern NORETURN void            /* Does not return to the caller.  */
  7.   fatal ();
  8.   
  9. + #ifndef __GO32__
  10.   extern NORETURN void            /* Not specified as volatile in ... */
  11.   exit PARAMS ((int));            /* 4.10.4.3 */
  12. + #endif
  13.   
  14.   extern NORETURN void            /* Does not return to the caller.  */
  15.   nomem PARAMS ((long));
  16.